←Select platform

MergeItem Constructor(string,int[])

Summary

Creates a new MergeItem for the filepath provided and the array of pages.

Syntax
C#
VB
C++
public MergeItem( 
   string fileName, 
   int[] pages 
) 
Public Sub New(ByVal fileName As String, ByVal pages() As Integer) 
 MyBase.New 
public:  
   MergeItem(String^ fileName, array<Int32>^ pages) 

Parameters

fileName

Path to the file to use in Merge.

pages

Array of pages from the document to use in Merge.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CloudServices Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.